home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00727_Script_11NNoBuyers Continue Script < prev    next >
Text File  |  1995-05-21  |  439b  |  20 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global theMovieName, FUG, MARKIT
  11.   
  12.   if theMovieName = "F11N25D.MOV" then set FUG = "c"
  13.   if theMovieName = "P11N17A.MOV" then set MARKIT = "c"
  14.   if theMovieName = "P11D08A.MOV" then
  15.     set hotel = "c"
  16.     set g08A = "x"
  17.   end if
  18.   GameContinue
  19. end mouseUp
  20.